-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Remove duplication description on document #3713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Remove duplication description of `ClientCertificate`.
|
@adonaiohesed - thanks for your commit. In order to accept this commit we ask that you sign our CLA: Please also note that the file you are editing is generated from a C# file as per the file header: Could you please include the change to this file as well? Thanks! |
|
I think the change to remove the duplication is more involved. The two headers relate to the following two methods: elasticsearch-net/src/Elasticsearch.Net/Configuration/ConnectionConfiguration.cs Lines 484 to 496 in 6521087
The method parameters are not currently included in the documentation, but we could consider adding them to disambiguate? |
|
It is my honor to take part in the elastic community.
I agree with Russ Cam's opinion and it is hard to find a change to edit in
a file `
https://github.com/elastic/elasticsearch-net/tree/6.x/src/Tests/Tests/ClientConcepts/Connection/ConfigurationOptions.doc.cs
`.
Thank you!
2019년 5월 7일 (화) 오전 11:00, Russ Cam <notifications@github.com>님이 작성:
… I think the change to remove the duplication is more involved. The two
headers relate to the following two methods:
https://github.com/elastic/elasticsearch-net/blob/652108717722dcfc5ef530f5f3708838f659dbc8/src/Elasticsearch.Net/Configuration/ConnectionConfiguration.cs#L484-L496
The method parameters are not currently included in the documentation, but
we could consider adding them to disambiguate?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3713 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALKZ57RR32TVNHBCFIID7L3PUDPFTANCNFSM4HKPP53Q>
.
|
|
Closed this PR and submitted 39cb86a with the change. Credited the original author, thanks again @adonaiohesed |
|
Ported to |
Remove duplication description of
ClientCertificate.